home *** CD-ROM | disk | FTP | other *** search
- Path: news.uit.no!news
- From: magneoe@stud.cs.uit.no (Magne Oestlyngen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Help with SAS functions...
- Date: 17 Apr 96 13:17:33 +0100
- Organization: University of Tromsoe, Norway
- Message-ID: <773.6681T797T1696@stud.cs.uit.no>
- References: <9604132054.AA0023x@dookie.demon.co.uk> <DpwLMv.Iy4@unx.sas.com> <9604152100.AA0024q@dookie.demon.co.uk>
- NNTP-Posting-Host: uit-or4.uit.no
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- >Doug Walker (walker@chang.unx.sas.com) wrote:
- >: >I'm trying to convert some SAS source to compile under GNU. The problem is,
- >: >there are two 'SAS-isms' that I can't decypher:
- >: >What is PID2?
- >: >What does drand48() do?
- >: drand48() is a UNIX compatibility function and should be available with
- >: the GCC libraries.
- >: I've never heard of PID2. Are you sure it's a SAS/C function?
- >Not a function, sorry, presumably it's a constant. I searched all the
- >source but could find no other reference to it.
-
- In include:math.h:
-
- #define PID2 1.57079632679489661923 /* PI/2 */
-
- ----
- ______________________________________________________________
- Magne Oestlyngen <magneoe@stud.cs.uit.no>, IRC #amiga: Magneoe
- THOR homepage: http://www.cs.uit.no/~kjelli/thor.html
-
-